Crate gix_diff

source ·
Expand description

Algorithms for diffing various git object types and for generating patches, highly optimized for performance.

Feature Flags

  • blob (enabled by default) — Enable diffing of blobs using imara-diff.

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

  • wasm — Make it possible to compile to the wasm32-unknown-unknown target.

Modules